2004-10-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
+ cell renderers to the docs.
+
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes):
Silently ignore info being NULL. This is unavoidable with the
2004-10-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
+ cell renderers to the docs.
+
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes):
Silently ignore info being NULL. This is unavoidable with the
2004-10-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
+ cell renderers to the docs.
+
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes):
Silently ignore info being NULL. This is unavoidable with the
2004-10-01 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkcombobox.c (gtk_combo_box_set_model): Add a comment regarding
+ cell renderers to the docs.
+
* gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes):
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_clear_attributes):
Silently ignore info being NULL. This is unavoidable with the
* @combo_box: A #GtkComboBox.
* @model: A #GtkTreeModel.
*
- * Sets the model used by @combo_box to be @model. Will unset a
- * previously set model (if applicable).
- * If model is %NULL, then it will unset the model.
+ * Sets the model used by @combo_box to be @model. Will unset a previously set
+ * model (if applicable). If model is %NULL, then it will unset the model.
+ *
+ * Note that this function does not clear the cell renderers, you have to
+ * call gtk_combo_box_cell_layout_clear() yourself if you need to set up
+ * different cell renderers for the new model.
*
* Since: 2.4
*/